body {
    background: #f7f7f7;
}
.index-l {
    width: 870px;
}
/*轮播*/
.banner-swiper {
    width: 100%;
    height: 500px;
    overflow: hidden;
    margin: 0 0 20px;
    position: relative;
}
.banner-swiper .swiper-slide {
    position: relative;
    display: block;
}
.banner-swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 500px;
}
.banner-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    z-index: 7;
    background: rgba(0,0,0,0.3);
    font-size: 26px;
    color: #fff;
    text-align: center;
    line-height: 80px;
    padding: 0 20px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.pagination {
    position: absolute;
    z-index: 8;
    left: 10px;
    bottom: -15px;
    width: 100%;
    text-align: center;
}
.swiper-pagination-switch {
    display: inline-block;
    width: 50px;
    height: 4px;
    background: #fff;
    margin-right: 5px;
    cursor: pointer;
}
.swiper-visible-switch {
    background: #aaa;
}
.swiper-active-switch {
    background: #e10034;
}
.arrow-left,
.arrow-right {
    position: absolute;
    left: 20px;
    right: auto;
    top: 50%;
    bottom: auto;
    z-index: 3;
    width: 74px;
    height: 92px;
    line-height: 92px;
    margin-top: -46px;
    color: #fff;
    font-size: 62px;
    text-align: center;
}
.arrow-right {
    left: auto;
    right: 20px;
}
/*文章列表*/
.moreload {
    margin-bottom: 42px;
    border-top: 1px solid #dedede;
}
.hidden {
    display: none;
}
.moreload li {
    display: block;
    padding: 20px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #dedede;
    border-top: none;
}
.list-img {
    display: block;
    width: 240px;
    height: 147px;
}
.list-img img {
    display: block;
    width: 100%;
    height: 100%;
}
.list-r {
    display: block;
    color: #000;
    margin-left: 270px;
}
.list-r .title {
    font-size: 20px;
    height: 52px;
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.article {
    font-size: 16px;
    color: #555;
    height: 40px;
    line-height: 20px;
    margin-top: 8px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.details {
    overflow: hidden;
    margin: 29px 0 0 270px;
}
.details span,
.details a {
    display: inline-block;
    width: auto;
    float: left;
    font-size: 16px;
    color: #666;
    margin-right: 20px;
    line-height: 18px;
}
.details span .iconfont,
.details a .iconfont {
    display: block;
    width: 22px;
    height: 18px;
    font-size: 18px;
    text-align: center;
    margin-right: 6px;
}
.moreload li:hover .title {
    color: #e10034;
}
.details a:hover {
    color: #e10034;
}
.more a {
    display: block;
    font-size: 16px;
    color: #666;
    width: 300px;
    border: 1px solid #dedede;
    line-height: 40px;
    background: #fff;
    border-radius: 6px;
    text-align: center;
    margin: 20px auto 0;
}
.more a:hover {
    color: #e10034;
    border: 1px solid #e10034;
}
.more p {
    text-align: center;
    font-size: 18px;
    color: #666;
    line-height: 48px;
}
/*右*/
.index-r {
    width: 300px;
}
.fr-cont {
    border: 1px solid #dedede;
    background: #fff;
    margin-bottom: 20px;
}
.fr-title {
    font-size: 20px;
    text-align: center;
    height: 58px;
    line-height: 58px;
}
.fr-title span {
    position: relative;
}
.fr-title span:before,
.fr-title span:after {
    content: "";
    display: block;
    width: 84px;
    height: 1px;
    background: #999;
    position: absolute;
    left: -92px;
    right: auto;
    top: 12px;
    z-index: 2;
}
.fr-title span:after {
    right: -92px;
    left: auto;
}
.entrance {
    padding: 0 14px 10px;
}
.entrance a {
    display: block;
    padding: 10px 8px 10px 10px;
    background: #f9f9f9;
    overflow: hidden;
    margin-bottom: 10px;
}
.entfont {
    width: 50px;
    height: 50px;
}
.entfont img {
    display: block;
    width: 100%;
    height: 100%;
}
.entname {
    font-size: 15px;
    color: #333;
    margin-left: 71px;
    line-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.entname:hover {
    text-decoration:underline;
}
/*热门话题*/
.topic {
    overflow: hidden;
    padding:0 14px 4px 0;
}
.topic a {
    display: inline-block;
    float: left;
    height: 30px;
    line-height: 28px;
    padding: 0 19px;
    border-radius: 15px;
    font-size: 16px;
    color: #000;
    border: 1px solid #dedede;
    margin: 0 0 10px 14px;
}
.topic a:hover {
    color: #e10034;
    border: 1px solid #e10034;
}
/*达人榜*/
.dresser li {
    overflow: hidden;
    padding: 15px;
    border-bottom: 1px solid #dedede;
}
.dresser li:last-child {
    border-bottom: none;
}
.dre-img {
    display: block;
    width: 40px;
    height: 40px;
}
.dre-img img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 6px;
}
.der-r {
    margin-left: 56px;
}
.follow {
    width: 60px;
    height: 30px;
    line-height: 28px;
    margin-top: 5px;
    border: 1px solid #dedede;
    border-radius: 6px;
    background: #f9f9f9;
    text-align: center;
    font-size: 15px;
    color: #000;
    cursor: pointer;
}
.follow span {
    display: none;
}
.follow.curr {
    background: #cc3333;
    color: #fff;
    border: 1px solid #cc3333;
}
.follow.curr span {
    display: inline-block;
}
.personal {
    display: block;
    margin-right: 66px;
}
.name {
    font-size: 15px;
    line-height: 1;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.dresser li:hover .name {
    color: #e10034;
}
.number {
    font-size: 14px;
    color: #666;
    line-height: 1;
    margin-top: 10px;
}
.number span {
    display: inline-block;
    margin-left: 10px;
}